1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAbout
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
18     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
19     Friend WithEvents LabelProductName As System.Windows.Forms.Label
20     Friend WithEvents LabelVersion As System.Windows.Forms.Label
21     Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
22     Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
23     Friend WithEvents OKButton As System.Windows.Forms.Button
24     Friend WithEvents LabelCopyright As System.Windows.Forms.Label
25
26     
'Required by the Windows Form Designer
27     Private components As System.ComponentModel.IContainer
28
29     
'NOTE: The following procedure is required by the Windows Form Designer
30     
'It can be modified using the Windows Form Designer.
31     
'Do not modify it using the code editor.
32     <System.Diagnostics.DebuggerStepThrough()> _
33     Private Sub InitializeComponent()
34         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout))
35         Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
36         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
37         Me.LabelProductName = New System.Windows.Forms.Label()
38         Me.LabelVersion = New System.Windows.Forms.Label()
39         Me.LabelCopyright = New System.Windows.Forms.Label()
40         Me.LabelCompanyName = New System.Windows.Forms.Label()
41         Me.TextBoxDescription = New System.Windows.Forms.TextBox()
42         Me.OKButton = New System.Windows.Forms.Button()
43         Me.TableLayoutPanel.SuspendLayout()
44         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
45         Me.SuspendLayout()
46         
'
47         
'TableLayoutPanel
48         
'
49         Me.TableLayoutPanel.ColumnCount =
2
50         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
33.0!))
51         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
67.0!))
52         Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox,
0, 0)
53         Me.TableLayoutPanel.Controls.Add(Me.LabelProductName,
1, 0)
54         Me.TableLayoutPanel.Controls.Add(Me.LabelVersion,
1, 1)
55         Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright,
1, 2)
56         Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName,
1, 3)
57         Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription,
1, 4)
58         Me.TableLayoutPanel.Controls.Add(Me.OKButton,
1, 5)
59         Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
60         Me.TableLayoutPanel.Location = New System.Drawing.Point(
9, 9)
61         Me.TableLayoutPanel.Name =
"TableLayoutPanel"
62         Me.TableLayoutPanel.RowCount =
6
63         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
64         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
65         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
66         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
67         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
50.0!))
68         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
69         Me.TableLayoutPanel.Size = New System.Drawing.Size(
494, 258)
70         Me.TableLayoutPanel.TabIndex =
0
71         
'
72         
'LogoPictureBox
73         
'
74         Me.LogoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill
75         Me.LogoPictureBox.Image = Global.Sales_and_Inventory_System.My.Resources.Resources.fevicon
76         Me.LogoPictureBox.Location = New System.Drawing.Point(
3, 3)
77         Me.LogoPictureBox.Name =
"LogoPictureBox"
78         Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox,
6)
79         Me.LogoPictureBox.Size = New System.Drawing.Size(
157, 252)
80         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
81         Me.LogoPictureBox.TabIndex =
0
82         Me.LogoPictureBox.TabStop = False
83         
'
84         
'LabelProductName
85         
'
86         Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
87         Me.LabelProductName.Location = New System.Drawing.Point(
169, 0)
88         Me.LabelProductName.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
89         Me.LabelProductName.MaximumSize = New System.Drawing.Size(
0, 17)
90         Me.LabelProductName.Name =
"LabelProductName"
91         Me.LabelProductName.Size = New System.Drawing.Size(
322, 17)
92         Me.LabelProductName.TabIndex =
0
93         Me.LabelProductName.Text =
"Product Name"
94         Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
95         
'
96         
'LabelVersion
97         
'
98         Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
99         Me.LabelVersion.Location = New System.Drawing.Point(
169, 25)
100         Me.LabelVersion.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
101         Me.LabelVersion.MaximumSize = New System.Drawing.Size(
0, 17)
102         Me.LabelVersion.Name =
"LabelVersion"
103         Me.LabelVersion.Size = New System.Drawing.Size(
322, 17)
104         Me.LabelVersion.TabIndex =
0
105         Me.LabelVersion.Text =
"Version"
106         Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
107         
'
108         
'LabelCopyright
109         
'
110         Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
111         Me.LabelCopyright.Location = New System.Drawing.Point(
169, 50)
112         Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
113         Me.LabelCopyright.MaximumSize = New System.Drawing.Size(
0, 17)
114         Me.LabelCopyright.Name =
"LabelCopyright"
115         Me.LabelCopyright.Size = New System.Drawing.Size(
322, 17)
116         Me.LabelCopyright.TabIndex =
0
117         Me.LabelCopyright.Text =
"Copyright"
118         Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
119         
'
120         
'LabelCompanyName
121         
'
122         Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
123         Me.LabelCompanyName.Location = New System.Drawing.Point(
169, 75)
124         Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
125         Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(
0, 17)
126         Me.LabelCompanyName.Name =
"LabelCompanyName"
127         Me.LabelCompanyName.Size = New System.Drawing.Size(
322, 17)
128         Me.LabelCompanyName.TabIndex =
0
129         Me.LabelCompanyName.Text =
"Company Name"
130         Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
131         
'
132         
'TextBoxDescription
133         
'
134         Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
135         Me.TextBoxDescription.Location = New System.Drawing.Point(
169, 103)
136         Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(
6, 3, 3, 3)
137         Me.TextBoxDescription.Multiline = True
138         Me.TextBoxDescription.Name =
"TextBoxDescription"
139         Me.TextBoxDescription.ReadOnly = True
140         Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
141         Me.TextBoxDescription.Size = New System.Drawing.Size(
322, 123)
142         Me.TextBoxDescription.TabIndex =
0
143         Me.TextBoxDescription.TabStop = False
144         Me.TextBoxDescription.Text = resources.GetString(
"TextBoxDescription.Text")
145         
'
146         
'OKButton
147         
'
148         Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
149         Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
150         Me.OKButton.Location = New System.Drawing.Point(
416, 232)
151         Me.OKButton.Name =
"OKButton"
152         Me.OKButton.Size = New System.Drawing.Size(
75, 23)
153         Me.OKButton.TabIndex =
0
154         Me.OKButton.Text =
"&OK"
155         
'
156         
'frmAbout
157         
'
158         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
159         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
160         Me.CancelButton = Me.OKButton
161         Me.ClientSize = New System.Drawing.Size(
512, 276)
162         Me.Controls.Add(Me.TableLayoutPanel)
163         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
164         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
165         Me.MaximizeBox = False
166         Me.MinimizeBox = False
167         Me.Name =
"frmAbout"
168         Me.Padding = New System.Windows.Forms.Padding(
9)
169         Me.ShowInTaskbar = False
170         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
171         Me.Text =
"frmAbout"
172         Me.TableLayoutPanel.ResumeLayout(False)
173         Me.TableLayoutPanel.PerformLayout()
174         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
175         Me.ResumeLayout(False)
176
177     End Sub
178
179 End Class


Gõ tìm kiếm nhanh...